d_sysdlog.bind

Undocumented in source.

Members

Aliases

int16_t
alias int16_t = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int32_t
alias int32_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int64_t
alias int64_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int8_t
alias int8_t = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_id128_t
alias sd_id128_t = sd_id128
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint16_t
alias uint16_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint32_t
alias uint32_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint64_t
alias uint64_t = ulong

This file is part of systemd.

uint8_t
alias uint8_t = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

OpenFlags
enum OpenFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SD_JOURNAL_LOCAL_ONLY
anonymousenum SD_JOURNAL_LOCAL_ONLY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SD_JOURNAL_NOP
anonymousenum SD_JOURNAL_NOP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

sd_journal_add_conjunction
int sd_journal_add_conjunction(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_add_disjunction
int sd_journal_add_disjunction(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_add_match
int sd_journal_add_match(sd_journal* j, void* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_close
void sd_journal_close(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_enumerate_data
int sd_journal_enumerate_data(sd_journal* j, void** data, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_enumerate_unique
int sd_journal_enumerate_unique(sd_journal* j, void** data, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_flush_matches
void sd_journal_flush_matches(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_catalog
int sd_journal_get_catalog(sd_journal* j, char** text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_catalog_for_message_id
int sd_journal_get_catalog_for_message_id(sd_id128_t id, char** text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_cursor
int sd_journal_get_cursor(sd_journal* j, char** cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_cutoff_monotonic_usec
int sd_journal_get_cutoff_monotonic_usec(sd_journal* j, sd_id128_t boot_id, uint64_t* from, uint64_t* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_cutoff_realtime_usec
int sd_journal_get_cutoff_realtime_usec(sd_journal* j, uint64_t* from, uint64_t* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_data
int sd_journal_get_data(sd_journal* j, char* field, void** data, size_t* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_data_threshold
int sd_journal_get_data_threshold(sd_journal* j, size_t* sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_events
int sd_journal_get_events(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_fd
int sd_journal_get_fd(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_monotonic_usec
int sd_journal_get_monotonic_usec(sd_journal* j, uint64_t* ret, sd_id128_t* ret_boot_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_realtime_usec
int sd_journal_get_realtime_usec(sd_journal* j, uint64_t* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_timeout
int sd_journal_get_timeout(sd_journal* j, uint64_t* timeout_usec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_get_usage
int sd_journal_get_usage(sd_journal* j, uint64_t* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_next
int sd_journal_next(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_next_skip
int sd_journal_next_skip(sd_journal* j, uint64_t skip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_open
int sd_journal_open(sd_journal** ret, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_open_container
int sd_journal_open_container(sd_journal** ret, const(char*) machine, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_open_directory
int sd_journal_open_directory(sd_journal** ret, const(char*) path, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_open_files
int sd_journal_open_files(sd_journal** ret, const(char*)* paths, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_perror
int sd_journal_perror(const(char*) message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_perror_with_location
int sd_journal_perror_with_location(const(char*) file, const(char*) line, const(char*) func, const(char*) message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_previous
int sd_journal_previous(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_previous_skip
int sd_journal_previous_skip(sd_journal* j, uint64_t skip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_process
int sd_journal_process(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_query_unique
int sd_journal_query_unique(sd_journal* j, const(char*) field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_reliable_fd
int sd_journal_reliable_fd(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_restart_data
void sd_journal_restart_data(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_restart_unique
void sd_journal_restart_unique(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_seek_cursor
int sd_journal_seek_cursor(sd_journal* j, const(char*) cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_seek_head
int sd_journal_seek_head(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_seek_monotonic_usec
int sd_journal_seek_monotonic_usec(sd_journal* j, sd_id128_t boot_id, uint64_t usec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_seek_realtime_usec
int sd_journal_seek_realtime_usec(sd_journal* j, uint64_t usec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_seek_tail
int sd_journal_seek_tail(sd_journal* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_sendv
int sd_journal_sendv(iovec* iov, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_sendv_with_location
int sd_journal_sendv_with_location(const(char*) file, const(char*) line, const(char*) func, iovec* iov, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_set_data_threshold
int sd_journal_set_data_threshold(sd_journal* j, size_t sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_stream_fd
int sd_journal_stream_fd(const(char*) identifier, int priority, int level_prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_test_cursor
int sd_journal_test_cursor(sd_journal* j, const(char*) cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal_wait
int sd_journal_wait(sd_journal* j, uint64_t timeout_usec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

iovec
struct iovec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sd_journal
struct sd_journal
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

sd_id128
union sd_id128
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta